home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-065.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  88 lines

  1. # This script was automatically generated from the dsa-065
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Michal Zalewski discovered that Samba does not properly validate
  12. NetBIOS names from remote machines.
  13.  
  14. By itself that is not a problem, except if Samba is configured to
  15. write log-files to a file that includes the NetBIOS name of the
  16. remote side by using the `%m\' macro in the `log file\' command. In
  17. that case an attacker could use a NetBIOS name like \'../tmp/evil\'.
  18. If the log-file was set to "/var/log/samba/%s" Samba would then
  19. write to /var/tmp/evil.
  20.  
  21. Since the NetBIOS name is limited to 15 characters and the `log
  22. file\' command could have an extension to the filename the results
  23. of this are limited. However if the attacker is also able to create
  24. symbolic links on the Samba server they could trick Samba into
  25. appending any data they want to all files on the filesystem which
  26. Samba can write to.
  27.  
  28. The Debian GNU/Linux packaged version of Samba has a safe
  29. configuration and is not vulnerable.
  30.  
  31. As temporary workaround for systems that are vulnerable change all
  32. occurrences of the `%m\' macro in smb.conf to `%l\' and restart Samba.
  33.  
  34. This has been fixed in version 2.0.7-3.4, and we recommend that you
  35. upgrade your Samba package immediately.
  36.  
  37.  
  38.  
  39. Solution : http://www.debian.org/security/2001/dsa-065
  40. Risk factor : High';
  41.  
  42. if (description) {
  43.  script_id(14902);
  44.  script_version("$Revision: 1.4 $");
  45.  script_xref(name: "DSA", value: "065");
  46.  script_cve_id("CVE-2001-1162");
  47.  script_bugtraq_id(2927);
  48.  
  49.  script_description(english: desc);
  50.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  51.  script_name(english: "[DSA065] DSA-065-1 samba");
  52.  script_category(ACT_GATHER_INFO);
  53.  script_family(english: "Debian Local Security Checks");
  54.  script_dependencies("ssh_get_info.nasl");
  55.  script_require_keys("Host/Debian/dpkg-l");
  56.  script_summary(english: "DSA-065-1 samba");
  57.  exit(0);
  58. }
  59.  
  60. include("debian_package.inc");
  61.  
  62. w = 0;
  63. if (deb_check(prefix: 'samba', release: '2.2', reference: '2.0.7-3.4')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba is vulnerable in Debian 2.2.\nUpgrade to samba_2.0.7-3.4\n');
  66. }
  67. if (deb_check(prefix: 'samba-common', release: '2.2', reference: '2.0.7-3.4')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba-common is vulnerable in Debian 2.2.\nUpgrade to samba-common_2.0.7-3.4\n');
  70. }
  71. if (deb_check(prefix: 'samba-doc', release: '2.2', reference: '2.0.7-3.4')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba-doc is vulnerable in Debian 2.2.\nUpgrade to samba-doc_2.0.7-3.4\n');
  74. }
  75. if (deb_check(prefix: 'smbclient', release: '2.2', reference: '2.0.7-3.4')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package smbclient is vulnerable in Debian 2.2.\nUpgrade to smbclient_2.0.7-3.4\n');
  78. }
  79. if (deb_check(prefix: 'smbfs', release: '2.2', reference: '2.0.7-3.4')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package smbfs is vulnerable in Debian 2.2.\nUpgrade to smbfs_2.0.7-3.4\n');
  82. }
  83. if (deb_check(prefix: 'swat', release: '2.2', reference: '2.0.7-3.4')) {
  84.  w ++;
  85.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package swat is vulnerable in Debian 2.2.\nUpgrade to swat_2.0.7-3.4\n');
  86. }
  87. if (w) { security_hole(port: 0, data: desc); }
  88.